home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
proto
/
ifconfig.h
next >
Wrap
C/C++ Source or Header
|
2002-09-16
|
647b
|
29 lines
#ifndef PROTO_IFCONFIG_H
#define PROTO_IFCONFIG_H \
"$Id: ifconfig.h,v 1.1.1.1 2001/11/26 22:21:18 tboeckel Exp $"
/*
* SAS C prototypes for ifconfig.library
*
* Copyright © 1995 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *IfConfigBase;
#endif
#include <libraries/ifconfig.h>
#include <clib/ifconfig_protos.h>
#if __SASC
#include <pragmas/ifconfig_pragmas.h>
#elif __GNUC__
#include <inline/ifconfig.h>
#endif
#endif /* PROTO_IFCONFIG_H */